{ "version": 4, "terraform_version": "1.8.9", "serial": 498, "lineage": "7607d0a8-a373-5dbf-dc3b-a4c0f5e39a68", "outputs": { "db_endpoint": { "value": "db-0.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-f0eff271d0f374c02", "ami": "ami-495e19a5", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-bc0e8b88"], "subnet_id": "subnet-f4922c9c", "key_name": "prod-deploy-key" } } ] } ] }