{ "version": 4, "terraform_version": "1.6.2", "serial": 143, "lineage": "269a5ca6-7f85-53d0-57a3-adebc7d5558c", "outputs": { "db_endpoint": { "value": "db-2.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-a1d100e3f4b6ae45d", "ami": "ami-810eb529", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-956f971e"], "subnet_id": "subnet-a84b47e8", "key_name": "prod-deploy-key" } } ] } ] }