{ "version": 4, "terraform_version": "1.5.6", "serial": 367, "lineage": "6af0fa83-df29-280f-a674-8fa1bcf3f6c4", "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-810b796009af113fb", "ami": "ami-9dad9a76", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-16dac41d"], "subnet_id": "subnet-8a565991", "key_name": "prod-deploy-key" } } ] } ] }