{ "version": 4, "terraform_version": "1.6.9", "serial": 599, "lineage": "6adf7421-2927-b1a9-8fe1-ee9678223509", "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-dcbd3fb1da0056cb8", "ami": "ami-06a59a54", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-edf498d4"], "subnet_id": "subnet-945b60e4", "key_name": "prod-deploy-key" } } ] } ] }