{ "version": 4, "terraform_version": "1.8.0", "serial": 466, "lineage": "e1f5293d-8395-47b0-5374-50ab1a4f750e", "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-99aa22af51740515f", "ami": "ami-9eae5e8f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-1815b29e"], "subnet_id": "subnet-469659b4", "key_name": "prod-deploy-key" } } ] } ] }