{ "version": 4, "terraform_version": "1.6.2", "serial": 580, "lineage": "4f0bf0ac-e99a-4e2d-dbb2-8137817dfa25", "outputs": { "db_endpoint": { "value": "db-0.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-d62eb9783177f3865", "ami": "ami-c0e4aa50", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-254e8182"], "subnet_id": "subnet-afe26348", "key_name": "prod-deploy-key" } } ] } ] }