{ "version": 4, "terraform_version": "1.5.0", "serial": 212, "lineage": "8f728eff-5b6a-f9d9-e50a-f393ff48d4cf", "outputs": { "db_endpoint": { "value": "db-4.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-250f797edf04a273c", "ami": "ami-3c0aad46", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-78c96e2e"], "subnet_id": "subnet-31a8acab", "key_name": "prod-deploy-key" } } ] } ] }