{ "version": 4, "terraform_version": "1.8.6", "serial": 208, "lineage": "ff0221cd-4c15-47e6-765e-9a0946925816", "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-22129b32ee2f1b472", "ami": "ami-725f721a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-fd2e2dbf"], "subnet_id": "subnet-9f272bb4", "key_name": "prod-deploy-key" } } ] } ] }