{ "version": 4, "terraform_version": "1.6.2", "serial": 507, "lineage": "95e8b4b2-8bed-8cb4-2947-6c7e5992d1fc", "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-f7dda63067fd1742e", "ami": "ami-8eb99928", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-d6207a81"], "subnet_id": "subnet-b9b46d59", "key_name": "prod-deploy-key" } } ] } ] }