{ "version": 4, "terraform_version": "1.5.4", "serial": 521, "lineage": "3083caf8-0241-9593-9836-a076283892d3", "outputs": { "db_endpoint": { "value": "db-3.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-78e96031f4871d195", "ami": "ami-517138b0", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b5116436"], "subnet_id": "subnet-ce448cce", "key_name": "prod-deploy-key" } } ] } ] }