{ "version": 4, "terraform_version": "1.8.0", "serial": 237, "lineage": "dafff68f-e8ac-e606-19fd-92c3080f1166", "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-f556624cd1ccb3482", "ami": "ami-5e76bfd6", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-af7f03e9"], "subnet_id": "subnet-947a7460", "key_name": "prod-deploy-key" } } ] } ] }