{ "version": 4, "terraform_version": "1.7.3", "serial": 328, "lineage": "29f7a0b3-7339-5ad5-2aaf-9f0b22953892", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.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-ad9027ff9ef514276", "ami": "ami-1e8c9b1a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-195c733e"], "subnet_id": "subnet-e8106904", "key_name": "prod-deploy-key" } } ] } ] }