{ "version": 4, "terraform_version": "1.6.7", "serial": 418, "lineage": "28c7772f-4a27-170c-5502-60aba170e19e", "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-06ba6249b97b05fbd", "ami": "ami-14bbc4e6", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-effec5fe"], "subnet_id": "subnet-a2be4a90", "key_name": "prod-deploy-key" } } ] } ] }