{ "version": 4, "terraform_version": "1.8.5", "serial": 460, "lineage": "4b75c289-26c3-f1f7-cf52-eada6208eb2e", "outputs": { "db_endpoint": { "value": "db-2.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-32781534373297d69", "ami": "ami-c9bee4b3", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-1ca286cf"], "subnet_id": "subnet-61c78c99", "key_name": "prod-deploy-key" } } ] } ] }