{ "version": 4, "terraform_version": "1.5.6", "serial": 561, "lineage": "3e9b3e17-4592-91fe-e76f-a738c90d5ca6", "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-d363e803a0d72c15c", "ami": "ami-706658ca", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1d5cd2c7"], "subnet_id": "subnet-487521d8", "key_name": "prod-deploy-key" } } ] } ] }