{ "version": 4, "terraform_version": "1.6.2", "serial": 244, "lineage": "224d00d9-b169-15fe-cc0c-4d8ad12029f3", "outputs": { "db_endpoint": { "value": "db-1.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-57ca3f5b2290f3b30", "ami": "ami-d660b5b8", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-07de02b4"], "subnet_id": "subnet-79c50ae6", "key_name": "prod-deploy-key" } } ] } ] }