{ "version": 4, "terraform_version": "1.6.4", "serial": 513, "lineage": "3c88739f-336d-e1a9-ade0-4fc973fd0e2b", "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-9a5c159a201763e2a", "ami": "ami-5f2c8554", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-55d9ce69"], "subnet_id": "subnet-1f1e8c29", "key_name": "prod-deploy-key" } } ] } ] }