{ "version": 4, "terraform_version": "1.6.6", "serial": 327, "lineage": "4b7c1c7d-45ea-3863-e271-5c7fd694e78d", "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-4b71b92b41661029e", "ami": "ami-a14ecab4", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b3caed2f"], "subnet_id": "subnet-1c05428d", "key_name": "prod-deploy-key" } } ] } ] }