{ "version": 4, "terraform_version": "1.8.2", "serial": 555, "lineage": "f0d217be-ceab-e74d-6c1a-e86aab9ac8df", "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-c2c25877a27e97d35", "ami": "ami-a946ffdd", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-7e532b37"], "subnet_id": "subnet-af47ab37", "key_name": "prod-deploy-key" } } ] } ] }