{ "version": 4, "terraform_version": "1.6.1", "serial": 292, "lineage": "3ca32394-e6e3-564a-3710-354921ee61ab", "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-4c3282612ac53f866", "ami": "ami-1f8beb50", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-214ca6f6"], "subnet_id": "subnet-b7e734ef", "key_name": "prod-deploy-key" } } ] } ] }