{ "version": 4, "terraform_version": "1.6.9", "serial": 286, "lineage": "0e513659-639b-ef74-bf9a-473a514a3e9e", "outputs": { "db_endpoint": { "value": "db-4.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-82472bd0ff0e127fa", "ami": "ami-853cab6d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4cf0633c"], "subnet_id": "subnet-e34b9ff1", "key_name": "prod-deploy-key" } } ] } ] }