{ "version": 4, "terraform_version": "1.8.7", "serial": 365, "lineage": "8a128fe9-72b2-99c0-b257-8d07c3bc017e", "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-0f03ff16e290c9d98", "ami": "ami-81045fca", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b860fba8"], "subnet_id": "subnet-a8fc4ec1", "key_name": "prod-deploy-key" } } ] } ] }