{ "version": 4, "terraform_version": "1.5.3", "serial": 344, "lineage": "d2219e89-c39f-9eea-330d-0955cafc201c", "outputs": { "db_endpoint": { "value": "db-3.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-b6d102c4461fc107f", "ami": "ami-b34ba9d3", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-578c119b"], "subnet_id": "subnet-49007bc7", "key_name": "prod-deploy-key" } } ] } ] }