{ "version": 4, "terraform_version": "1.6.0", "serial": 440, "lineage": "4a082fb5-c40a-4184-9f16-331b6eaf3cae", "outputs": { "db_endpoint": { "value": "db-1.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-34a269fcff1a87042", "ami": "ami-4dcac7f8", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-90d0bdf9"], "subnet_id": "subnet-e47c7ec2", "key_name": "prod-deploy-key" } } ] } ] }