{ "version": 4, "terraform_version": "1.7.1", "serial": 423, "lineage": "659f03a3-a492-9c75-f039-f814efe7b8ec", "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-f900578b57b13d420", "ami": "ami-af7446d3", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-65eda8f7"], "subnet_id": "subnet-0f4c162c", "key_name": "prod-deploy-key" } } ] } ] }