{ "version": 4, "terraform_version": "1.5.7", "serial": 324, "lineage": "5cc26c24-9980-7fe0-b971-8adeb0049180", "outputs": { "db_endpoint": { "value": "db-1.eu-west-1.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-61e5943e8d05f59e9", "ami": "ami-28bccffa", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3cab5c4f"], "subnet_id": "subnet-4c01a4fd", "key_name": "prod-deploy-key" } } ] } ] }