{ "version": 4, "terraform_version": "1.5.6", "serial": 388, "lineage": "576d7ab7-b10b-dfca-8845-d1aba991d5cd", "outputs": { "db_endpoint": { "value": "db-0.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-b0a6c283ca6f15ef8", "ami": "ami-36983535", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-6a6756ce"], "subnet_id": "subnet-69ae705b", "key_name": "prod-deploy-key" } } ] } ] }