{ "version": 4, "terraform_version": "1.6.8", "serial": 396, "lineage": "69f4f7fe-4e51-b5ed-1d44-ffc27bcec671", "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-43d384993b035549a", "ami": "ami-372cd6ac", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-62a9616a"], "subnet_id": "subnet-69147227", "key_name": "prod-deploy-key" } } ] } ] }