{ "version": 4, "terraform_version": "1.6.4", "serial": 524, "lineage": "ccbfa60e-d217-25c8-0b5f-0d48c19bcb77", "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-7bb2ce64d3760b0a9", "ami": "ami-231be43f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7cf92174"], "subnet_id": "subnet-0a09c682", "key_name": "prod-deploy-key" } } ] } ] }