{ "version": 4, "terraform_version": "1.7.3", "serial": 362, "lineage": "63539998-af6d-8ff1-714d-49e16180036d", "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-e5229a532dfc24227", "ami": "ami-231c570e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-03bfa188"], "subnet_id": "subnet-98ed7175", "key_name": "prod-deploy-key" } } ] } ] }