{ "version": 4, "terraform_version": "1.5.0", "serial": 479, "lineage": "6116a2db-c01b-1061-2f2e-b2bd14bd5198", "outputs": { "db_endpoint": { "value": "db-4.us-east-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-42690bcf19d5cd296", "ami": "ami-6792c68c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-5d3de0dc"], "subnet_id": "subnet-adf1e856", "key_name": "prod-deploy-key" } } ] } ] }